home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000324_jaltman2@nyc.rr.com_Tue Feb 18 08:54:06 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Article: 14121 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Running multiple kermit scripts on one connection
  9. References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com>
  10. In-Reply-To: <62g4a.27918$Mh3.8395448@twister.nyc.rr.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 32
  14. Message-ID: <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com>
  15. Date: Tue, 18 Feb 2003 01:38:43 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1045532323 66.108.138.151 (Mon, 17 Feb 2003 20:38:43 EST)
  19. NNTP-Posting-Date: Mon, 17 Feb 2003 20:38:43 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14121
  22.  
  23. Some thoughts:
  24.  
  25. * in your c++ program make sure you make the Handle to the serial device
  26.    inheritable by child processes
  27.  
  28. * when testing with k95 starting k95 be sure to not load the init file
  29.  
  30.       run k95.exe -Y -l _\v(ttyfd)
  31.  
  32. Jeffrey Altman wrote:
  33. > Just tested this with the current release 2.1.3.
  34. > Works just fine between two copies of K95 on two laptops connected by a 
  35. > serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET 
  36. > MODEM TYPE NONE.
  37. > I am the author.
  38. > Bruce Stewart wrote:
  39. >> Well, I tried it from c++. Opening a handle and then tried to run 
  40. >> kermit with
  41. >> the command-line option -l _<device_handle>. It still didn't work giving
  42. >> the same error message "can't open device".
  43. >>
  44. >> If its in the documentation, I would imagine that its been tested by 
  45. >> the kermit
  46. >> developers. Is their an email with which to contact kermit makers for 
  47. >> help?
  48. >>
  49.  
  50.